home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Games / ABCgames.swf / scripts / DefineButton2_160 / BUTTONCONDACTION on(release).as
Text File  |  2008-08-08  |  93b  |  6 lines

  1. on(release){
  2.    gotoAndPlay(2);
  3.    _parent.ee.gotoAndStop(2);
  4.    _root.c.nextFrame();
  5. }
  6.